home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
- # Automatically added by dh_pycentral
- if which pycentral >/dev/null 2>&1 && pycentral --help 2>/dev/null | grep -q '^ *version'; then
- pycentral pkgprepare nvidia-common <<PYEOF
- [python-package]
- format = 1
- python-version = all
- [pycentral]
- version = 0.6.7
- [files]
- /usr/share/pyshared/NvidiaDetector=d
- /usr/share/pyshared/NvidiaDetector/nvidiadetector.py=f
- /usr/share/pyshared/NvidiaDetector/__init__.py=f
- /usr/share/pyshared/nvidia_common-0.0.0.egg-info=f
- PYEOF
- else
- mkdir -p /var/lib/pycentral
- echo nvidia-common >> /var/lib/pycentral/delayed-pkgs
- fi
- # End automatically added section
-